golang.org/x/net/http2.Transport.dialTLSWithContext (method)
2 uses
golang.org/x/net/http2 (current package)
go115.go#L17: func (t *Transport) dialTLSWithContext(ctx context.Context, network, addr string, cfg *tls.Config) (*tls.Conn, error) {
transport.go#L689: tlsCn, err := t.dialTLSWithContext(ctx, network, addr, tlsCfg)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)